bugGNU CSSC - Bugs: bug #66364, Wrong decode of %M% key if file...

 
 

bug #66364: Wrong decode of %M% key if file name is more length then 10 char

Submitter:  None
Submitted:  Mon 21 Oct 2024 01:40:24 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 May 2025 12:31:22 PM UTC, comment #1: 

This problem is for executable compiled on Almalinux 8.10

Anonymous
Mon 21 Oct 2024 01:40:24 PM UTC, original submission:  

How verify the bug:

#!/bin/bash

name="a"

while [[ ${#name} -lt 30 ]]
do
echo "%M%" > ${name}.test
admin -i${name}.test s.${name}.test
rm -f ${name}.test
get -p s.${name}.test | grep -q "${name}.test"
if [[ $? -ne 0 ]]
then
echo "Test failed for ${#name} char"
exit 1
else
echo "test OK for ${#name} char"
fi
rm -f s.${name}.test
name="${name}a"
done


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.15-e6e5.
Corresponding source code