commit | 137f6bc0dabe209c1617fb396eb590e7b7ee8faa | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Aug 03 08:18:13 2023 +0930 |
committer | Alan Modra <amodra@gmail.com> | Thu Aug 03 21:19:54 2023 +0930 |
tree | 2d6344704ee9abd7b006c51ca9bea6ecfc3bb12b | |
parent | e2e7c5261311fd7d557769a73e1fbc496cd56d23 [diff] |
resrc: sprintf sanitizer null destination pointer * resrc.c (read_rc_file): Use stpcpy rather than sprintf followed by strlen. Tidy.