tsgates / rust.ko

A minimal Linux kernel module written in rust.
896 stars 66 forks source link

missing \0 erminator? #4

Closed sellibitze closed 9 years ago

sellibitze commented 10 years ago

this might not be an issue, but i'm really surprized to see that you ignore the length of the string slice in main.rs while not doing anything about null terminators. Or does fixup add a null terminator to the &'static str somehow?

panicbit commented 9 years ago

This issue is fixed in #9