Attention is currently required from: Nigel Tao.
Nico Huber has posted comments on this change by Nigel Tao. ( https://review.coreboot.org/c/coreboot/+/84341?usp=email )
Change subject: lib/jpeg: return string (not int) error messages ......................................................................
Patch Set 5: Code-Review+2
(2 comments)
Patchset:
PS5: It feels uncommon to directly return a string in C (compared to `errno` and similar). But I actually don't mind this in a cohesive environment, i.e. not an API that is used all over the place.
File src/lib/jpeg.h:
https://review.coreboot.org/c/coreboot/+/84341/comment/428691e5_1dced40d?usp... : PS5, Line 7: Should have a comment that `!= NULL` is an error.