diff options
author | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:58 +0200 |
commit | 43c389b961c609f9c705cfe14ed429082ac9115a (patch) | |
tree | 61e93ef93115a5f96c5981cae1fd7a36e789d9f7 /src/player_thread.c | |
parent | 92b757674ebcf5cf90e8adb66e7583edf1bc604e (diff) | |
download | mpd-43c389b961c609f9c705cfe14ed429082ac9115a.tar.gz mpd-43c389b961c609f9c705cfe14ed429082ac9115a.tar.xz mpd-43c389b961c609f9c705cfe14ed429082ac9115a.zip |
added "length" parameter to validUtf8String()
At several places, we create temporary copies of non-null-terminated
strings, just to use them in functions like validUtf8String(). We can
save this temporary allocation and avoid heap fragmentation if we
add a length parameter instead of expecting a null-terminated string.
Diffstat (limited to 'src/player_thread.c')
0 files changed, 0 insertions, 0 deletions