chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1631: srfi-13 string-pad segfaults when arguments ar


From: Chicken Trac
Subject: [Chicken-janitors] #1631: srfi-13 string-pad segfaults when arguments are not of the right type
Date: Wed, 10 Jul 2019 09:14:55 -0000

#1631: srfi-13 string-pad segfaults when arguments are not of the right type
------------------------+--------------------------------
 Reporter:  kooda       |                 Owner:
     Type:  defect      |                Status:  new
 Priority:  major       |             Milestone:  someday
Component:  extensions  |               Version:
 Keywords:  srfi-13     |  Estimated difficulty:
------------------------+--------------------------------
 This little piece of code causes a segfault (easy mistake to make,
 arguments order is reversed).

 {{{
 (import srfi-13)
 (string-pad "coucou" #\space 10)
 }}}

--
Ticket URL: <https://bugs.call-cc.org/ticket/1631>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]