[PATCH hurd] isofs: fix rock-ridge detection

2024-05-05 Thread free_software
The field length check should check for field overflow. --- isofs/rr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isofs/rr.c b/isofs/rr.c index 4cd97924..b6d85446 100644 --- a/isofs/rr.c +++ b/isofs/rr.c @@ -192,7 +192,7 @@ rrip_work (struct dirrect *dr, struct rrip_looku

[PATCH hurd] remap, syncfs: correct program version name

2024-09-06 Thread free_software
/hurd/remap --version was claiming to be fakeroot --- trans/remap.c | 2 +- utils/syncfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trans/remap.c b/trans/remap.c index 29feef95..39d6ff92 100644 --- a/trans/remap.c +++ b/trans/remap.c @@ -139,7 +139,7 @@ parse_opt (i