Skip to content

Commit

Permalink
apg_bmp 3.4 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
capnramses committed May 31, 2023
1 parent e03c1ad commit d2e033f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Readme.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Small utility libraries and copy-paste snippets of reusable code.
| Library | Description | Language | # Files | Version | Fuzzed With |
|-------------|-------------------------------------------------|----------|-----------------|---------|-----------------------------------------|
| apg | Generic C programming utils. | C | 1 | 1.13 | No |
| apg_bmp | BMP bitmap image reader/writer library. | C | 2 | 3.3 | [AFL](https://lcamtuf.coredump.cx/afl/) |
| apg_bmp | BMP bitmap image reader/writer library. | C | 2 | 3.4 | [AFL](https://lcamtuf.coredump.cx/afl/) |
| apg_console | Quake-style graphical console. API-independent. | C | 2 + apg_pixfont | 0.13 | No |
| apg_jobs | Simple worker/jobs thread pool system. | C | 2 | 0.2 | No |
| apg_gldb | OpenGL debug drawing (lines, boxes, ... ) | C | 2 | 0.3 | No |
Expand Down
7 changes: 0 additions & 7 deletions apg_bmp/apg_bmp.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@

/* TODO
9. Fuzz it on HDD (not SSD) with some new example RLE images.
10. Main repo Readme update.
11. Release/notes announce.
*/

/*****************************************************************************\
apg_bmp - A BMP File Reader/Writer Library
-------------------------------------------------------------------------------
Expand Down

0 comments on commit d2e033f

Please sign in to comment.