* Filename checks, nul byte in string, etc...
@ 2007-09-28 9:15 Frédéric Motte
0 siblings, 0 replies; only message in thread
From: Frédéric Motte @ 2007-09-28 9:15 UTC (permalink / raw)
To: caml-list
Hello ocamlers,
Flux on the IRC channel #OCaml on freenode pointed out this documents:
http://insecure.org/news/P55-07.txt (and
http://programming.reddit.com/info/2tt0k/comments)
It would be interresting to check some modules.
For example:
# open Filename;;
# check_suffix "test.a\000.b" "b";;
- : bool = true
# check_suffix "test.a" "b";;
- : bool = false
On the unix shell:
$ touch test.a
Back to ocaml:
# open_in "test.a\000.b";;
- : in_channel = <abstr>
--
Frédéric Motte
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-09-28 9:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-28 9:15 Filename checks, nul byte in string, etc Frédéric Motte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox