CESNET / gridsite

Grid Security for the Web.
Other
7 stars 6 forks source link

urlencode can't process unicode chars like '↓' or '–' (long dash) #41

Open DirkSchmitt opened 2 years ago

DirkSchmitt commented 2 years ago

Using urlencode from debian package gridsite-clients 3.0.0~20180202git2fdbc6f-3+b1.

  1. urlencode '–' → %FF%FF%FF
  2. urlencode ' ↓' → %FF%FF%FF
  3. urlencode '– ↓' → malloc(): corrupted top size

If not fixed, this malfunction should IMHO be documented clearly in the manpage.