Ticket #149: pulse-readlink.patch
| File pulse-readlink.patch, 344 bytes (added by sjoerd, 5 years ago) |
|---|
-
src/pulsecore/core-util.c
1562 1562 } 1563 1563 1564 1564 if ((size_t) n < l-1) { 1565 c[ l-1] = 0;1565 c[n] = 0; 1566 1566 return c; 1567 1567 } 1568 1568
