programming check meaning in English
用程序检验
Examples
- This just means that the program checked if a situation was ok , then later used that information , but an attacker can change the situation between those two steps
这只说明了程序检查某种情形是否可行,然后稍后使用那一信息,但是攻击者可能会在这两个步骤之间改变该情形。 - The best way to avoid freeing memory in a handler is to flag or record the objects to be freed and have the program check from time to time whether anything is waiting to be freed
避免在处理器中释放内存的最好方法是,标记或记录将要释放的对象,让程序不间断地检查是否有等待被释放的内存。 - By default , prerequisites such as the . net framework are not actually packaged with the setup programduring installation , the setup program checks for the prerequisites and , if necessary , downloads and installs them from the internet
Net framework )实际上没有与安装程序打包在一起安装过程中,安装程序会检查系统必备,如果需要,它会从internet上下载并安装系统必备。 - For example , if a privileged program checks if there s no file of a given name , and then opens for writing that file , an attacker could create a symbolic link file of that name between those two steps to etc passwd or some other sensitive file , for instance
例如,如果某个已授予特权的程序检查是否不存在给定名称的文件,然后打开该文件写入信息,那么在那两个步骤之间,攻击者可以创建一个使用该名称的符号链接文件. .