Bug 11821 - [Anolis23.2][RC1][统信][DDE]新增用户输入密码时,控制中心闪崩
Summary: [Anolis23.2][RC1][统信][DDE]新增用户输入密码时,控制中心闪崩
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Modules (show other bugs) BaseOS Modules
Version: 23.2
Hardware: All Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-11-12 15:18 UTC by mataotao
Modified: 2024-12-13 15:00 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mataotao uniontech_group 2024-11-12 15:18:28 UTC
Description of problem:

新增用户输入密码时,控制中心闪崩
Version-Release number of selected component (if applicable):
AnolisOS-23.2-aarch64-dvd.iso
AnolisOS-23.2-x86_64-dvd.iso

How reproducible:
必现

Steps to Reproduce:
1.安装界面选择带有DDE安装
2.安装完成后打开控制中心,选择账户
3.点击+号新增账户
4.在输入密码到第8位,或者有特殊符号时,控制中心闪崩

Actual results:
控制中心闪崩,无法新增账户

Expected results:
可以新建可选择的账户

Additional info:
Comment 1 MerlinDust uniontech_group 2024-12-02 14:53:06 UTC
修复pr: https://gitee.com/src-anolis-dde/deepin-pw-check/pulls/10

红帽对cracklib的Mangle函数新增了一个参数,但deepin-pw-check的适配补丁未开启,在执行时参数列表不对应,导致coredump.
在deepin-pw-check添加和开启适配 cracklib Mangle 函数的补丁,即可解决此问题。
Comment 2 mataotao uniontech_group 2024-12-13 15:00:15 UTC
已验证通过