/..

#CONTENT

#TOP

#buffer-overflow

I just want to uppercase a string... why does unicode make this so hard.

nc chal.amt.rs 1337

unvariant <-     author pwn <-   category 401 <-     points 30 <-     solves easy <- difficulty

#solution

When uppercasing some unicode characters, they expand to be more bytes than the original character.

#unintendeds

none