|
Bugzilla – Full Text Bug Listing |
| Summary: | When I use crypt(3) function, the programs crash with Segmentation fault on x64 openSUSE . | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Mitsutoshi NAKANO <bkbin005> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | VERIFIED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | 13.1 Milestone 4 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | fixed source program . | ||
|
Description
Mitsutoshi NAKANO
2013-08-24 06:42:24 UTC
Created attachment 554055 [details]
fixed source program .
I noticed that I foreget to define a feature test macro "_XOPEN_SOURCE" .
I added "#define _XOPEN_SOURCE",
then the program outputs normal encrypted string .
Sorry .
This issue was closed as INVALID . Because This issue is a misunderstanding . |