mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Merge commit 'sebastian/fixes'
This commit is contained in:
commit
d086c9a7f7
@ -61,7 +61,8 @@ doxygen:
|
|||||||
test: all
|
test: all
|
||||||
./src/test/test
|
./src/test/test
|
||||||
|
|
||||||
# Avoid strlcpy.c, strlcat.c, tree.h
|
# Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
|
||||||
|
# eventdns.[hc], tinytest.[ch]
|
||||||
check-spaces:
|
check-spaces:
|
||||||
./contrib/checkSpace.pl -C \
|
./contrib/checkSpace.pl -C \
|
||||||
src/common/*.h \
|
src/common/*.h \
|
||||||
|
@ -2450,7 +2450,7 @@ tor_vsscanf(const char *buf, const char *pattern, va_list ap)
|
|||||||
* long widths. %u does not consume any space. Is locale-independent.
|
* long widths. %u does not consume any space. Is locale-independent.
|
||||||
* Returns -1 on malformed patterns.
|
* Returns -1 on malformed patterns.
|
||||||
*
|
*
|
||||||
* (As with other local-independent functions, we need this to parse data that
|
* (As with other locale-independent functions, we need this to parse data that
|
||||||
* is in ASCII without worrying that the C library's locale-handling will make
|
* is in ASCII without worrying that the C library's locale-handling will make
|
||||||
* miscellaneous characters look like numbers, spaces, and so on.)
|
* miscellaneous characters look like numbers, spaces, and so on.)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user