- Notifications
You must be signed in to change notification settings - Fork5
Commit1ae2feb

Michael Paquier
Fix inconsistency in call of readlink()
If the target path is too long, an error needs to be emitted as well.The buffer is correctly null-terminated, this will just avoid runninginto weird problems should the target have a too long name.1 parentb84334b commit1ae2feb
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 |
| - | |
296 |
| - | |
| 295 | + | |
297 | 296 |
| |
298 | 297 |
| |
299 |
| - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
|
0 commit comments
Comments
(0)