mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-01-03 14:56:43 -05:00
Merge pull request #125 from seifferth/html_encode
Explicitly terminate dest string in html_encode
This commit is contained in:
commit
655af737e7
@ -127,6 +127,7 @@ void html_encode(const char *unsafe, char *dest, int bufsize)
|
||||
i += 1;
|
||||
}
|
||||
}
|
||||
dest[j] = '\0';
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user